home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00241.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  198 b   |  13 lines

  1. on mouseDown
  2.   set the puppet of sprite 5 to 1
  3.   set the member of sprite 5 to member("open hilite")
  4.   updateStage()
  5.   puppetSprite(5, 0)
  6. end
  7.  
  8. on mouseUp
  9.   global goOn
  10.   sound stop 1
  11.   goOn = 1
  12. end
  13.